-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Exclude windows only definitions from non windows dlls #6270
base: dani/apm/NativeCallTargets
Are you sure you want to change the base?
[APM] Exclude windows only definitions from non windows dlls #6270
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Datadog ReportBranch report: ❌ 6 Failed (0 Known Flaky), 571745 Passed, 4778 Skipped, 47h 31m 0.78s Total Time ❌ Failed Tests (6)
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (72ms) : 63, 82
. : milestone, 72,
master - mean (72ms) : 64, 80
. : milestone, 72,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (985ms) : 961, 1010
. : milestone, 985,
master - mean (1,107ms) : 1088, 1127
. : milestone, 1107,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (109ms) : 106, 111
. : milestone, 109,
master - mean (107ms) : 105, 110
. : milestone, 107,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (688ms) : 673, 703
. : milestone, 688,
master - mean (767ms) : 746, 787
. : milestone, 767,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (92ms) : 89, 94
. : milestone, 92,
master - mean (92ms) : 90, 94
. : milestone, 92,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (634ms) : 615, 653
. : milestone, 634,
master - mean (722ms) : 711, 733
. : milestone, 722,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (190ms) : 186, 194
. : milestone, 190,
master - mean (190ms) : 185, 196
. : milestone, 190,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (1,094ms) : 1067, 1121
. : milestone, 1094,
master - mean (1,212ms) : 1193, 1232
. : milestone, 1212,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (276ms) : 271, 281
. : milestone, 276,
master - mean (276ms) : 272, 280
. : milestone, 276,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (875ms) : 841, 908
. : milestone, 875,
master - mean (946ms) : 923, 969
. : milestone, 946,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6270) - mean (265ms) : 262, 269
. : milestone, 265,
master - mean (265ms) : 260, 270
. : milestone, 265,
section CallTarget+Inlining+NGEN
This PR (6270) - mean (845ms) : 809, 882
. : milestone, 845,
master - mean (926ms) : 910, 942
. : milestone, 926,
|
Benchmarks Report for appsec 🐌Benchmarks for #6270 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.Asm.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Asm.AppSecEncoderBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Asm.AppSecWafBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Iast.StringAspectsBenchmark - Same speed ✔️ More allocations
|
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net6.0 | 253.95 KB | 265.42 KB | 11.47 KB | 4.52% |
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net472 | 272.91 KB | 278.53 KB | 5.62 KB | 2.06% |
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1 | 255.27 KB | 252.41 KB | -2.86 KB | -1.12% |
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑net472 | 60.49 KB | 59.07 KB | -1.42 KB | -2.34% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StringConcatBenchmark |
net6.0 | 52.9μs | 209ns | 782ns | 0 | 0 | 0 | 43.44 KB |
master | StringConcatBenchmark |
netcoreapp3.1 | 54.2μs | 287ns | 1.38μs | 0 | 0 | 0 | 42.64 KB |
master | StringConcatBenchmark |
net472 | 38μs | 165ns | 616ns | 0 | 0 | 0 | 60.49 KB |
master | StringConcatAspectBenchmark |
net6.0 | 295μs | 4.71μs | 43.7μs | 0 | 0 | 0 | 253.95 KB |
master | StringConcatAspectBenchmark |
netcoreapp3.1 | 354μs | 1.97μs | 12.1μs | 0 | 0 | 0 | 255.27 KB |
master | StringConcatAspectBenchmark |
net472 | 278μs | 6.14μs | 58.9μs | 0 | 0 | 0 | 272.91 KB |
#6270 | StringConcatBenchmark |
net6.0 | 52.7μs | 275ns | 1.29μs | 0 | 0 | 0 | 43.44 KB |
#6270 | StringConcatBenchmark |
netcoreapp3.1 | 62.4μs | 777ns | 7.65μs | 0 | 0 | 0 | 42.64 KB |
#6270 | StringConcatBenchmark |
net472 | 37.3μs | 80.7ns | 291ns | 0 | 0 | 0 | 59.07 KB |
#6270 | StringConcatAspectBenchmark |
net6.0 | 325μs | 1.84μs | 12.2μs | 0 | 0 | 0 | 265.42 KB |
#6270 | StringConcatAspectBenchmark |
netcoreapp3.1 | 333μs | 1.72μs | 9.75μs | 0 | 0 | 0 | 252.41 KB |
#6270 | StringConcatAspectBenchmark |
net472 | 243μs | 1.19μs | 5.03μs | 0 | 0 | 0 | 278.53 KB |
Benchmarks Report for tracer 🐌Benchmarks for #6270 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Faster 🎉 Fewer allocations 🎉
|
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑net6.0 | 1.399 | 202,124.91 | 144,480.59 | |
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑netcoreapp3.1 | 1.357 | 221,377.45 | 163,131.60 | several? |
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑netcoreapp3.1 | 20.89 KB | 17.27 KB | -3.62 KB | -17.31% |
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑net6.0 | 18.73 KB | 14.47 KB | -4.26 KB | -22.73% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendRequest |
net6.0 | 203μs | 1.16μs | 8.41μs | 0.195 | 0 | 0 | 18.73 KB |
master | SendRequest |
netcoreapp3.1 | 222μs | 1.31μs | 12.5μs | 0.208 | 0 | 0 | 20.89 KB |
master | SendRequest |
net472 | 0.00177ns | 0.00122ns | 0.00441ns | 0 | 0 | 0 | 0 b |
#6270 | SendRequest |
net6.0 | 145μs | 665ns | 2.58μs | 0.218 | 0 | 0 | 14.47 KB |
#6270 | SendRequest |
netcoreapp3.1 | 164μs | 911ns | 5.39μs | 0.174 | 0 | 0 | 17.27 KB |
#6270 | SendRequest |
net472 | 0ns | 0ns | 0ns | 0 | 0 | 0 | 0 b |
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ More allocations ⚠️
More allocations ⚠️ in #6270
Benchmark
Base Allocated
Diff Allocated
Change
Change %
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0
41.55 KB
41.84 KB
285 B
0.69%
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 | 41.55 KB | 41.84 KB | 285 B | 0.69% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | WriteAndFlushEnrichedTraces |
net6.0 | 569μs | 2.64μs | 10.6μs | 0.563 | 0 | 0 | 41.55 KB |
master | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 687μs | 3.43μs | 14.5μs | 0.334 | 0 | 0 | 41.89 KB |
master | WriteAndFlushEnrichedTraces |
net472 | 868μs | 2.87μs | 10.7μs | 8.56 | 2.57 | 0.428 | 53.26 KB |
#6270 | WriteAndFlushEnrichedTraces |
net6.0 | 598μs | 3.39μs | 22.7μs | 0.317 | 0 | 0 | 41.84 KB |
#6270 | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 694μs | 3.32μs | 13.3μs | 0.359 | 0 | 0 | 41.76 KB |
#6270 | WriteAndFlushEnrichedTraces |
net472 | 864μs | 3.28μs | 12.7μs | 8.39 | 2.52 | 0.419 | 53.29 KB |
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteNonQuery |
net6.0 | 1.27μs | 1.08ns | 4.05ns | 0.014 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
netcoreapp3.1 | 1.75μs | 1.44ns | 5.37ns | 0.0133 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
net472 | 2.07μs | 1.94ns | 7.25ns | 0.157 | 0.00104 | 0 | 987 B |
#6270 | ExecuteNonQuery |
net6.0 | 1.29μs | 1.79ns | 6.91ns | 0.0142 | 0 | 0 | 1.02 KB |
#6270 | ExecuteNonQuery |
netcoreapp3.1 | 1.67μs | 1.34ns | 5.18ns | 0.0134 | 0 | 0 | 1.02 KB |
#6270 | ExecuteNonQuery |
net472 | 1.98μs | 1.1ns | 4.13ns | 0.156 | 0.000988 | 0 | 987 B |
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | CallElasticsearch |
net6.0 | 1.19μs | 0.53ns | 1.98ns | 0.0137 | 0 | 0 | 976 B |
master | CallElasticsearch |
netcoreapp3.1 | 1.55μs | 2.29ns | 8.89ns | 0.0131 | 0 | 0 | 976 B |
master | CallElasticsearch |
net472 | 2.6μs | 1.76ns | 6.59ns | 0.158 | 0 | 0 | 995 B |
master | CallElasticsearchAsync |
net6.0 | 1.33μs | 0.365ns | 1.32ns | 0.0133 | 0 | 0 | 952 B |
master | CallElasticsearchAsync |
netcoreapp3.1 | 1.56μs | 0.603ns | 2.34ns | 0.014 | 0 | 0 | 1.02 KB |
master | CallElasticsearchAsync |
net472 | 2.6μs | 0.546ns | 1.97ns | 0.167 | 0 | 0 | 1.05 KB |
#6270 | CallElasticsearch |
net6.0 | 1.19μs | 0.788ns | 2.95ns | 0.0138 | 0 | 0 | 976 B |
#6270 | CallElasticsearch |
netcoreapp3.1 | 1.64μs | 0.889ns | 3.44ns | 0.013 | 0 | 0 | 976 B |
#6270 | CallElasticsearch |
net472 | 2.61μs | 1.22ns | 4.21ns | 0.157 | 0 | 0 | 995 B |
#6270 | CallElasticsearchAsync |
net6.0 | 1.26μs | 0.942ns | 3.65ns | 0.0134 | 0 | 0 | 952 B |
#6270 | CallElasticsearchAsync |
netcoreapp3.1 | 1.6μs | 1.16ns | 4.2ns | 0.0134 | 0 | 0 | 1.02 KB |
#6270 | CallElasticsearchAsync |
net472 | 2.59μs | 1.77ns | 6.87ns | 0.166 | 0 | 0 | 1.05 KB |
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteAsync |
net6.0 | 1.26μs | 0.434ns | 1.63ns | 0.0132 | 0 | 0 | 952 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.62μs | 1.23ns | 4.61ns | 0.0122 | 0 | 0 | 952 B |
master | ExecuteAsync |
net472 | 1.88μs | 1.22ns | 4.71ns | 0.145 | 0 | 0 | 915 B |
#6270 | ExecuteAsync |
net6.0 | 1.28μs | 0.514ns | 1.92ns | 0.0135 | 0 | 0 | 952 B |
#6270 | ExecuteAsync |
netcoreapp3.1 | 1.69μs | 0.427ns | 1.6ns | 0.0127 | 0 | 0 | 952 B |
#6270 | ExecuteAsync |
net472 | 1.87μs | 0.502ns | 1.88ns | 0.144 | 0 | 0 | 915 B |
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendAsync |
net6.0 | 4.33μs | 1.2ns | 4.32ns | 0.0325 | 0 | 0 | 2.31 KB |
master | SendAsync |
netcoreapp3.1 | 5.38μs | 1.53ns | 5.73ns | 0.0375 | 0 | 0 | 2.85 KB |
master | SendAsync |
net472 | 7.49μs | 1.11ns | 4ns | 0.496 | 0 | 0 | 3.12 KB |
#6270 | SendAsync |
net6.0 | 4.34μs | 2.34ns | 8.76ns | 0.0327 | 0 | 0 | 2.31 KB |
#6270 | SendAsync |
netcoreapp3.1 | 5.28μs | 2.94ns | 10.6ns | 0.0371 | 0 | 0 | 2.85 KB |
#6270 | SendAsync |
net472 | 7.37μs | 1.54ns | 5.95ns | 0.493 | 0 | 0 | 3.12 KB |
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 1.46μs | 0.48ns | 1.73ns | 0.0229 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
netcoreapp3.1 | 2.09μs | 1.23ns | 4.77ns | 0.023 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
net472 | 2.71μs | 1.59ns | 6.16ns | 0.25 | 0 | 0 | 1.57 KB |
#6270 | EnrichedLog |
net6.0 | 1.59μs | 0.994ns | 3.72ns | 0.0231 | 0 | 0 | 1.64 KB |
#6270 | EnrichedLog |
netcoreapp3.1 | 2.2μs | 0.988ns | 3.56ns | 0.0219 | 0 | 0 | 1.64 KB |
#6270 | EnrichedLog |
net472 | 2.61μs | 1.97ns | 7.09ns | 0.249 | 0 | 0 | 1.57 KB |
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 121μs | 185ns | 715ns | 0 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
netcoreapp3.1 | 124μs | 239ns | 925ns | 0 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
net472 | 152μs | 111ns | 416ns | 0.684 | 0.228 | 0 | 4.46 KB |
#6270 | EnrichedLog |
net6.0 | 120μs | 162ns | 607ns | 0 | 0 | 0 | 4.28 KB |
#6270 | EnrichedLog |
netcoreapp3.1 | 124μs | 102ns | 368ns | 0.0628 | 0 | 0 | 4.28 KB |
#6270 | EnrichedLog |
net472 | 151μs | 238ns | 921ns | 0.677 | 0.226 | 0 | 4.46 KB |
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.96μs | 0.889ns | 3.33ns | 0.031 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
netcoreapp3.1 | 4.26μs | 16.3ns | 60.9ns | 0.0289 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
net472 | 4.94μs | 1.02ns | 3.82ns | 0.32 | 0 | 0 | 2.02 KB |
#6270 | EnrichedLog |
net6.0 | 2.94μs | 0.793ns | 2.97ns | 0.0309 | 0 | 0 | 2.2 KB |
#6270 | EnrichedLog |
netcoreapp3.1 | 4.23μs | 1.13ns | 4.39ns | 0.0276 | 0 | 0 | 2.2 KB |
#6270 | EnrichedLog |
net472 | 4.85μs | 2.11ns | 8.16ns | 0.319 | 0 | 0 | 2.02 KB |
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendReceive |
net6.0 | 1.47μs | 0.453ns | 1.63ns | 0.0162 | 0 | 0 | 1.14 KB |
master | SendReceive |
netcoreapp3.1 | 1.84μs | 1.08ns | 4.17ns | 0.0155 | 0 | 0 | 1.14 KB |
master | SendReceive |
net472 | 2.17μs | 0.769ns | 2.98ns | 0.183 | 0 | 0 | 1.16 KB |
#6270 | SendReceive |
net6.0 | 1.34μs | 0.516ns | 1.93ns | 0.0161 | 0 | 0 | 1.14 KB |
#6270 | SendReceive |
netcoreapp3.1 | 1.72μs | 0.531ns | 1.99ns | 0.0155 | 0 | 0 | 1.14 KB |
#6270 | SendReceive |
net472 | 2μs | 1.57ns | 6.07ns | 0.183 | 0 | 0 | 1.16 KB |
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.61μs | 0.941ns | 3.64ns | 0.0221 | 0 | 0 | 1.6 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.95μs | 1.48ns | 5.12ns | 0.0217 | 0 | 0 | 1.65 KB |
master | EnrichedLog |
net472 | 4.32μs | 1.75ns | 6.55ns | 0.324 | 0 | 0 | 2.04 KB |
#6270 | EnrichedLog |
net6.0 | 2.74μs | 0.553ns | 2.07ns | 0.0219 | 0 | 0 | 1.6 KB |
#6270 | EnrichedLog |
netcoreapp3.1 | 3.84μs | 2.15ns | 8.31ns | 0.0215 | 0 | 0 | 1.65 KB |
#6270 | EnrichedLog |
net472 | 4.43μs | 2.42ns | 8.39ns | 0.322 | 0 | 0 | 2.04 KB |
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 397ns | 0.217ns | 0.841ns | 0.00812 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 559ns | 0.447ns | 1.73ns | 0.00768 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 606ns | 1.2ns | 4.66ns | 0.0917 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 490ns | 0.172ns | 0.666ns | 0.00987 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 765ns | 0.77ns | 2.98ns | 0.00921 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 857ns | 0.977ns | 3.78ns | 0.104 | 0 | 0 | 658 B |
#6270 | StartFinishSpan |
net6.0 | 422ns | 0.123ns | 0.476ns | 0.00809 | 0 | 0 | 576 B |
#6270 | StartFinishSpan |
netcoreapp3.1 | 549ns | 0.325ns | 1.26ns | 0.00774 | 0 | 0 | 576 B |
#6270 | StartFinishSpan |
net472 | 634ns | 0.424ns | 1.64ns | 0.0915 | 0 | 0 | 578 B |
#6270 | StartFinishScope |
net6.0 | 489ns | 0.0989ns | 0.357ns | 0.00966 | 0 | 0 | 696 B |
#6270 | StartFinishScope |
netcoreapp3.1 | 708ns | 0.334ns | 1.29ns | 0.0095 | 0 | 0 | 696 B |
#6270 | StartFinishScope |
net472 | 856ns | 0.499ns | 1.93ns | 0.104 | 0 | 0 | 658 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Faster 🎉 Same allocations ✔️
Faster 🎉 in #6270
Benchmark
base/diff
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0
1.250
734.21
587.42
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 | 1.250 | 734.21 | 587.42 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 734ns | 0.618ns | 2.39ns | 0.0099 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 942ns | 0.844ns | 3.27ns | 0.00947 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.05μs | 1.25ns | 4.85ns | 0.104 | 0 | 0 | 658 B |
#6270 | RunOnMethodBegin |
net6.0 | 588ns | 0.251ns | 0.941ns | 0.00974 | 0 | 0 | 696 B |
#6270 | RunOnMethodBegin |
netcoreapp3.1 | 945ns | 0.587ns | 2.27ns | 0.00941 | 0 | 0 | 696 B |
#6270 | RunOnMethodBegin |
net472 | 1.13μs | 0.344ns | 1.33ns | 0.104 | 0 | 0 | 658 B |
17bc420
to
2277786
Compare
86827a9
to
6d649a3
Compare
Throughput/Crank Report ⚡Throughput results for AspNetCoreSimpleController comparing the following branches/commits: Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red. Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards! gantt
title Throughput Linux x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6270) (11.054M) : 0, 11053747
master (11.197M) : 0, 11197381
benchmarks/2.9.0 (11.033M) : 0, 11032866
section Automatic
This PR (6270) (7.231M) : 0, 7230698
master (7.192M) : 0, 7192384
benchmarks/2.9.0 (7.786M) : 0, 7785853
section Trace stats
master (7.476M) : 0, 7475872
section Manual
master (11.271M) : 0, 11270878
section Manual + Automatic
This PR (6270) (6.674M) : 0, 6674322
master (6.621M) : 0, 6620931
section DD_TRACE_ENABLED=0
master (10.177M) : 0, 10176556
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6270) (9.492M) : 0, 9492019
master (9.640M) : 0, 9639769
benchmarks/2.9.0 (9.495M) : 0, 9494821
section Automatic
This PR (6270) (6.302M) : 0, 6302301
master (6.385M) : 0, 6384570
section Trace stats
master (6.740M) : 0, 6739552
section Manual
master (9.612M) : 0, 9611974
section Manual + Automatic
This PR (6270) (5.904M) : 0, 5904140
master (5.891M) : 0, 5890550
section DD_TRACE_ENABLED=0
master (8.839M) : 0, 8838985
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6270) (10.399M) : 0, 10399018
master (10.121M) : 0, 10120763
benchmarks/2.9.0 (10.020M) : 0, 10019592
section Automatic
This PR (6270) (6.606M) : 0, 6606363
master (6.469M) : 0, 6469072
benchmarks/2.9.0 (7.255M) : 0, 7255257
section Trace stats
master (6.864M) : 0, 6863851
section Manual
master (9.854M) : 0, 9854162
section Manual + Automatic
This PR (6270) (6.285M) : 0, 6284730
master (5.906M) : 0, 5906154
section DD_TRACE_ENABLED=0
master (9.224M) : 0, 9224050
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
6d649a3
to
78fe837
Compare
cb9c565
to
fa44bc2
Compare
14e921b
to
8c9d6b8
Compare
df76b2f
to
d1bb046
Compare
239b853
to
2d3d5f9
Compare
d1bb046
to
b0d7fec
Compare
2d3d5f9
to
05ae16a
Compare
Summary of changes
Remove windows only definitions from non windows dlls
Reason for change
Defs take up space. Removing non needed ones will help keep package size as low as possible
Implementation details
Surround windows only defs in #if _WIN32 clauses
Test coverage
Other details